home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / HyperCard Files / Stackazine™ February 1988 / Stackazine™ February 1988 / card_19471.txt < prev    next >
Encoding:
Text File  |  1988-04-23  |  3.6 KB  |  155 lines

  1. -- card: 19471 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 18727
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=162 top=201 right=240 bottom=352
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: This button does nothing
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   -- This script does Nothing
  23.   -- it is only here for your practice and enjoyment
  24.   -- note that you can use two dashes in a script to type comments
  25.   -- all of the characters following the -- will be interpreted
  26.   -- as comments. This is a good way to document your Script.
  27.   -- you can now exit this scripting window by clicking on the Ok or
  28.   -- the cancel button below
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part 5 (button)
  34. -- low flags: 00
  35. -- high flags: 2000
  36. -- rect: left=142 top=34 right=53 bottom=212
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: 
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   global stacklevel
  48.   add 1 to stacklevel
  49.   set highlite of target to true
  50.   push card
  51.   set lockscreen to true
  52.   go to card "glossary start"
  53.   find "menubar"
  54.   set lockscreen to false
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 6 (button)
  60. -- low flags: 00
  61. -- high flags: 2000
  62. -- rect: left=321 top=34 right=55 bottom=410
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 0 / 0
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: 
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   global stacklevel
  74.   add 1 to stacklevel
  75.   set highlite of target to true
  76.   push card
  77.   set lockscreen to true
  78.   go to card "glossary start"
  79.   find "button"
  80.   set lockscreen to false
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part 7 (button)
  86. -- low flags: 00
  87. -- high flags: 2000
  88. -- rect: left=184 top=250 right=271 bottom=266
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: 
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   global stacklevel
  100.   add 1 to stacklevel
  101.   set highlite of target to true
  102.   push card
  103.   set lockscreen to true
  104.   go to card "glossary start"
  105.   find "stackazine"
  106.   set lockscreen to false
  107. end mouseUp
  108.  
  109.  
  110.  
  111. -- part 8 (button)
  112. -- low flags: 00
  113. -- high flags: 2000
  114. -- rect: left=68 top=267 right=288 bottom=160
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 0 / 0
  117. -- text alignment: 1
  118. -- font id: 0
  119. -- text size: 12
  120. -- style flags: 0
  121. -- line height: 16
  122. -- part name: 
  123. ----- HyperTalk script -----
  124. on mouseUp
  125.   global stacklevel
  126.   add 1 to stacklevel
  127.   set highlite of target to true
  128.   push card
  129.   set lockscreen to true
  130.   go to card "glossary start"
  131.   find "browse"
  132.   set lockscreen to false
  133. end mouseUp
  134.  
  135.  
  136.  
  137. -- part contents for background part 1
  138. ----- text -----
  139.    Go up to the menubar and choose the button tool from the Tools menu. Now, when you double click on a button you will find a window containing information about that button. One of the buttons in this window is the script button. Click on it and you will be able to see the script for that button.          
  140.    When you have finished looking at or editing a script, then click the "OK" button on the script window. The following button does nothing. Try opening and reading it's script at this time. 
  141.  
  142.  
  143.  
  144.    To continue on in "Stackazine" you will need to choose the browse tool from the Tools menu, and turn the page.
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153. -- part contents for background part 6
  154. ----- text -----
  155. 50